.TH E1432_DEBUG_LEVEL 3 E1432
.SH NAME
e1432_debug_level \- Enable/disable register write printout
.IX e1432_debug_level(3) 3
.SH SYNOPSIS
.cS
void e1432_debug_level(SHORTSIZ16 level)
.cE
.SH DESCRIPTION

\fIe1432_debug_level\fR controls printing of low-level register
accesses to E1432 modules.  When enabled, the debug message includes
the register number, and the new contents being read or written.  This
function, in conjunction with the \fBE1432 Hardware Reference
Manual\fR allows detailed examination of the sequence of register
writes as well as the contents of the E1432 registers at the bit
level.

\fIlevel\fR is should be set to \fB0\fR for no debug printing, \fB1\fR
to print all register writes, or \fB2\fR to print register reads and
writes.
.SH "RESET VALUE"
After a reset, \fIlevel\fR is set to \fB0\fR, printing of register writes
is disabled.
.SH "RETURN VALUE"
This function does not return a value.
.SH "SEE ALSO"
.na
e1432_trace_level, e1432_set_internal_debug, e1432_print_errors
.ad
